(C_ALLOCA, alloca): Definitions deleted.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 21:01:14 +0000 (21:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 May 1993 21:01:14 +0000 (21:01 +0000)
[!NOT_C_CODE]: Include alloca.h.
(NEED_SIOCTL): #undef this.

src/s/irix4-0.h

index 197d32c1ec0e4c1b754f10a35a0f2a6d0e5c6b71..1e945bdc0fe28953d17c645910bc2d30438eb79d 100644 (file)
@@ -2,11 +2,12 @@
 
 #define USG5_3
 
-/* Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used. */
 #define HAVE_ALLOCA
-#undef C_ALLOCA
-#define alloca __builtin_alloca
+#ifndef NOT_C_CODE
+#include <alloca.h>
+#endif
+
+#undef NEED_SIOCTL
 
 /* use K&R C */
 #ifndef __GNUC__